/*
---------------------------------------------
global styles
---------------------------------------------
*/
html,
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #2a2a2a;
    color: #fff;
}

::-moz-selection {
    background: #2a2a2a;
    color: #fff;
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.main-border-button {
    width: 100%;
    text-align: center;
}

.main-border-button a {
    width: 90%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #4B7AC0;
    border: 1px solid #fff;
    padding: 14px 0;
    display: inline-block;
    font-weight: 500;
    transition: all .3s;
}

.main-border-button a:hover {
    background-color: #4B7AC0;
    color: #fff;
}

.main-white-button a {
    font-size: 13px;
    color: #4B7AC0;
    background-color: #fff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    transition: all .3s;
}

.main-white-button a:hover {
    opacity: 0.9;
}

.main-text-button a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    transition: all .3s;
}

.main-text-button a:hover {
    opacity: 0.9;
}

.section-heading {
    margin-bottom: 40px;
    text-align: center;
    color: #4B7AC0;
    font-size: 24px;
    letter-spacing: 3.5px;
}

.section-heading h2 {
    font-size: 34px;
    font-weight: 700;
    color: #2a2a2a;
}

.section-heading span {
    font-size: 14px;
    color: #a1a1a1;
    font-style: italic;
    font-weight: 400;
}

/*导航链接*/
.nav-link {
    padding-top: 50px;
}

.nav-link .link {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.nav-link .link img {
    padding-right: 10px;
}

.nav-link .link span {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    cursor: pointer;
}

.nav-link .link .line {
    width: 1px;
    height: 16px;
    border-left: 2px solid #726f6f;
}


/*分页*/
.pagination {
    margin-top: 30px;
    margin-bottom: 40px;
}

.pagination ul {
    text-align: center;
    width: 100%;
}

.pagination ul li {
    display: inline;
    margin: 0px 5px;
}

.pagination ul li a {
    width: 44px;
    height: 44px;
    border: 1px solid #4B7AC0;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    color: #4B7AC0;
}

.pagination ul li a:hover,
.pagination ul li.active a {
    background-color: #4B7AC0;
    color: #fff;
}


#preloader {
    overflow: hidden;
    background-color: #2a2a2a;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    color: #fff;
}

#preloader .jumper {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    margin: auto;
    width: 50px;
    height: 50px;
}

#preloader .jumper > div {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    opacity: 0;
    width: 50px;
    height: 50px;
    -webkit-animation: jumper 1s 0s linear infinite;
    animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
    -webkit-animation-delay: 0.33333s;
    animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
    -webkit-animation-delay: 0.66666s;
    animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes jumper {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.section-heading {
    margin-bottom: 40px;
    text-align: center;
    color: #4B7AC0;
    font-size: 24px;
    letter-spacing: 3.5px;
}


/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (max-width: 1200px) {
    .main-banner .right-content .right-first-image .thumb .hover-content p {
        display: none;
    }
}

@media (max-width: 992px) {
    .main-banner .right-content .right-first-image .thumb .hover-content p {
        display: block;
    }

    .header-area .main-nav .nav li.submenu:after {
        right: 3px;
    }

    .header-area .main-nav .nav li.submenu {
        padding-right: 15px;
    }

    .header-area .main-nav .nav li {
        padding-right: 4px;
        padding-left: 4px;
    }

    .header-area .main-nav .nav li a {
        font-size: 14px;
        letter-spacing: 0px;
    }

    /*新增*/
    #top .inner-content h4 {
        font-size: 14px !important;
        margin-top: 30px !important;
    }

    #top .inner-content span {
        font-size: 6px !important;
        margin-bottom: 10px !important;
    }

    #app #top .carousel-indicators li {
        width: 34px !important;
        height: 6px !important;
    }

    #top .carousel-item {
        min-height: 20rem !important;
    }

    #top .carousel-inner {
        min-height: 200px !important;
        height: 200px !important;
    }

    .main-banner .left-content {
        margin-bottom: 30px;
    }

    #about .left-content {
        margin-bottom: 30px;
    }

    #about .right-content .types {
        margin-top: 30px;
    }

    #human .content .thumb .find-title {
        top: 25% !important;
    }

    #human .content .thumb .find-title .title {
        font-size: 18px!important;
    }

    #human .content .thumb .find-title .btn {
        font-size: 8px;
        width: 120px;
        height: 25px!important;
        line-height: 12px!important;
        margin-top: 10px!important;
        /*padding: 5px 0;*/
    }

    .nav-content .container .row .main-nav .nav li a {
        font-size: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-content .container .row .main-nav .nav .active {
        font-size: 10px;
    }

    .subscribe input {
        margin-bottom: 15px;
    }

    .subscribe form {
        text-align: center;
        margin-bottom: 30px;
    }

    .about-us .right-content {
        margin-left: 0px;
        margin-top: 30px;
    }

    .our-team .team-item {
        margin-bottom: 30px;
    }

    .our-services .service-item {
        margin-bottom: 30px;
    }

    .contact-us #map {
        margin-right: 0px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .main-banner .left-content .thumb .inner-content {
        left: 50%;
        top: 47.5%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .main-banner .inner-content h4 {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .main-banner .inner-content span {
        font-size: 14px;
        margin-bottom: 25px;
    }

    #human .content .thumb .find-title {
        top: 10%!important;
    }

    #human .content .thumb .find-title .title {
        font-size: 12px!important;
    }

    #human .content .thumb .find-title .btn {
        width: 100px!important;
        height: 20px!important;
        line-height: 18px!important;
        margin-top: 0!important;
        padding: 0!important;
    }

    #human .content .thumb .find-title .btn a{
        font-size: 3px!important;
    }

    .nav-content .container .row .main-nav .nav li a {
        font-size: 10px;
    }

    #app .nav-content .tab-box .tab-con .tab-item {
        width: 130px !important;
    }

    .nav-content .tab-box .tab-item span {
        padding: 0 10px;
    }

    #humanRes .item .content {
        width: 100%;
        height: 100%;
        padding: 5px;
    }

    #humanRes .item .content ul li {
        font-size: 5px;
        line-height: normal;
    }

    .pagination ul li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }

    .subscribe form button {
        width: 100%;
    }

    footer {
        text-align: center;
    }

    footer h4 {
        margin-top: 30px;
    }
}
